home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / emacs-complete / fsf / emacs / src / s / sunos4-1-3.h < prev    next >
C/C++ Source or Header  |  1994-06-15  |  782b  |  26 lines

  1. #include "sunos4-1.h"
  2.  
  3. /* jik@gza.com says this works now.  */
  4. /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
  5.  
  6. #undef SYSTEM_MALLOC
  7.  
  8. #if 0 /* This causes failure in process_send_signal (tcgetattr loses)
  9.      and may also cause hanging at Emacs startup when parent
  10.      is not a job control shell.  */
  11. /* murray@chemical-eng.edinburgh.ac.uk says this works, and avoids
  12.    the problem of spurious ^M in subprocess output.  */
  13. #define HAVE_TERMIOS
  14. /* This enables some #undefs in systty.h.  */
  15. #define BSD_TERMIOS
  16. #endif
  17.  
  18. /* barrie@calvin.demon.co.uk says memmove is missing.  */
  19. #ifndef SYSTEM_MALLOC
  20. #define MEMMOVE_MISSING
  21. #endif
  22.  
  23. /* brett@kirk.es.go.dlr.de reported that, without this definition,
  24.    Emacs would loop when olvwm exits.  */
  25. #define X_IO_BUG
  26.